home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / PolicyKit / config.dtd
Text File  |  2008-10-08  |  527b  |  19 lines

  1. <!-- Document Type for PolicyKit configuration file -->
  2.  
  3. <!-- <config> is the top-level element of the config file. -->
  4. <!ELEMENT config (match|return)* >
  5. <!ATTLIST config 
  6.     version (0.1) #REQUIRED
  7. >
  8.  
  9. <!ELEMENT match (match|return)* >
  10. <!ATTLIST match 
  11.           action     CDATA #IMPLIED
  12.           user       CDATA #IMPLIED
  13. >
  14.  
  15. <!ELEMENT return (#PCDATA) >
  16. <!ATTLIST return
  17.           result    (no|auth_root|auth_root_keep_session|auth_root_keep_always|auth_self|auth_self_keep_session|auth_self_keep_always|yes) #REQUIRED
  18. >
  19.